home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / Apple Scanner Training / Technology Home Card / card_2109.txt < prev    next >
Text File  |  1990-04-02  |  8KB  |  338 lines

  1. -- card: 2109 from stack: in
  2. -- bmap block id: 4503
  3. -- flags: 0000
  4. -- background id: 2370
  5. -- name: INTRODUCTION
  6. ----- HyperTalk script -----
  7. on closeCard
  8.   hide card field "target"
  9. end closeCard
  10.  
  11.  
  12.  
  13. -- part 1 (field)
  14. -- low flags: 01
  15. -- high flags: 0004
  16. -- rect: left=14 top=60 right=268 bottom=231
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 0
  20. -- font id: 3
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: Text
  25.  
  26.  
  27. -- part 3 (button)
  28. -- low flags: 00
  29. -- high flags: 0000
  30. -- rect: left=220 top=308 right=342 bottom=263
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 21700 / 21700
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: 
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   visual effect scroll right
  42.   go to stack "Apple Scanner"
  43. end mouseUp
  44.  
  45.  
  46.  
  47. -- part 7 (button)
  48. -- low flags: 00
  49. -- high flags: 2000
  50. -- rect: left=404 top=280 right=303 bottom=430
  51. -- title width / last selected line: 0
  52. -- icon id / first selected line: 0 / 0
  53. -- text alignment: 1
  54. -- font id: 0
  55. -- text size: 12
  56. -- style flags: 0
  57. -- line height: 16
  58. -- part name: Left
  59. ----- HyperTalk script -----
  60. on mouseUp
  61.   show card field "Target"
  62.   put empty into card field "Target"
  63.   put "Moves to the previous card." into card field "Target"
  64. end  mouseUp
  65.  
  66.  
  67.  
  68. -- part 8 (button)
  69. -- low flags: 00
  70. -- high flags: 2000
  71. -- rect: left=440 top=280 right=303 bottom=465
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 0 / 0
  74. -- text alignment: 1
  75. -- font id: 0
  76. -- text size: 12
  77. -- style flags: 0
  78. -- line height: 16
  79. -- part name: Left
  80. ----- HyperTalk script -----
  81. on mouseUp
  82.   show card field "Target"
  83.   put empty into card field "Target"
  84.   put "Moves to the next card." into card field "Target"
  85. end  mouseUp
  86.  
  87.  
  88.  
  89. -- part 14 (button)
  90. -- low flags: 00
  91. -- high flags: 0000
  92. -- rect: left=402 top=3 right=42 bottom=438
  93. -- title width / last selected line: 0
  94. -- icon id / first selected line: 1008 / 1008
  95. -- text alignment: 1
  96. -- font id: 0
  97. -- text size: 12
  98. -- style flags: 0
  99. -- line height: 16
  100. -- part name: 
  101. ----- HyperTalk script -----
  102.  
  103.  
  104. on mouseUp
  105.   show card field "Target"
  106.   put empty into card field "Target"
  107.   put "Prints the currently displayed card." into card field "Target"
  108. end  mouseUp
  109.  
  110.  
  111.  
  112. -- part 15 (button)
  113. -- low flags: 00
  114. -- high flags: 0000
  115. -- rect: left=451 top=3 right=42 bottom=491
  116. -- title width / last selected line: 0
  117. -- icon id / first selected line: 1004 / 1004
  118. -- text alignment: 1
  119. -- font id: 0
  120. -- text size: 12
  121. -- style flags: 0
  122. -- line height: 16
  123. -- part name: 
  124. ----- HyperTalk script -----
  125. on mouseUp
  126.   show card field "Target"
  127.   put empty into card field "Target"
  128.   put "Searches for a word in the glossary." into card field "Target"
  129. end  mouseUp
  130.  
  131.  
  132.  
  133. -- part 16 (button)
  134. -- low flags: 00
  135. -- high flags: A004
  136. -- rect: left=7 top=317 right=338 bottom=110
  137. -- title width / last selected line: 0
  138. -- icon id / first selected line: 0 / 0
  139. -- text alignment: 1
  140. -- font id: 0
  141. -- text size: 12
  142. -- style flags: 0
  143. -- line height: 16
  144. -- part name: The System
  145. ----- HyperTalk script -----
  146. on mouseUp
  147.   show card field "Target"
  148.   put empty into card field "Target"
  149.   put "Moves to the beginning of the System stack." into card field "Target"
  150. end  mouseUp
  151.  
  152.  
  153.  
  154. -- part 17 (button)
  155. -- low flags: 00
  156. -- high flags: A004
  157. -- rect: left=119 top=317 right=338 bottom=222
  158. -- title width / last selected line: 0
  159. -- icon id / first selected line: 0 / 0
  160. -- text alignment: 1
  161. -- font id: 0
  162. -- text size: 12
  163. -- style flags: 0
  164. -- line height: 16
  165. -- part name: How It Works
  166. ----- HyperTalk script -----
  167. on mouseUp
  168.   show card field "Target"
  169.   put empty into card field "Target"
  170.   put "Moves to the beginning of the How It Works stack." into card field "Target"
  171. end  mouseUp
  172.  
  173.  
  174.  
  175.  
  176. -- part 18 (button)
  177. -- low flags: 00
  178. -- high flags: 8004
  179. -- rect: left=263 top=317 right=338 bottom=366
  180. -- title width / last selected line: 0
  181. -- icon id / first selected line: 0 / 0
  182. -- text alignment: 1
  183. -- font id: 0
  184. -- text size: 12
  185. -- style flags: 0
  186. -- line height: 16
  187. -- part name: Scan. Concepts
  188. ----- HyperTalk script -----
  189. on mouseUp
  190.   show card field "Target"
  191.   put empty into card field "Target"
  192.   put "Moves to the beginning of the Scanning Concepts stack." into card field "Target"
  193. end  mouseUp
  194.  
  195.  
  196.  
  197. -- part 19 (button)
  198. -- low flags: 00
  199. -- high flags: 8004
  200. -- rect: left=376 top=317 right=338 bottom=494
  201. -- title width / last selected line: 0
  202. -- icon id / first selected line: 0 / 0
  203. -- text alignment: 1
  204. -- font id: 0
  205. -- text size: 12
  206. -- style flags: 0
  207. -- line height: 16
  208. -- part name: File Formats
  209. ----- HyperTalk script -----
  210. on mouseUp
  211.   show card field "Target"
  212.   put empty into card field "Target"
  213.   put "Moves to the beginning of the File Formats stack." into card field "Target"
  214. end  mouseUp
  215.  
  216.  
  217.  
  218. -- part 20 (button)
  219. -- low flags: 00
  220. -- high flags: 0000
  221. -- rect: left=220 top=308 right=342 bottom=263
  222. -- title width / last selected line: 0
  223. -- icon id / first selected line: 21700 / 21700
  224. -- text alignment: 1
  225. -- font id: 0
  226. -- text size: 12
  227. -- style flags: 0
  228. -- line height: 16
  229. -- part name: 
  230. ----- HyperTalk script -----
  231. on mouseUp
  232.   show card field "Target"
  233.   put empty into card field "Target"
  234.   put "Returns to the Home Card, the first card of this stack." into card field "Target"
  235. end  mouseUp
  236.  
  237.  
  238.  
  239. -- part 21 (button)
  240. -- low flags: 00
  241. -- high flags: 2000
  242. -- rect: left=362 top=277 right=304 bottom=392
  243. -- title width / last selected line: 0
  244. -- icon id / first selected line: 2162 / 2162
  245. -- text alignment: 1
  246. -- font id: 0
  247. -- text size: 12
  248. -- style flags: 0
  249. -- line height: 16
  250. -- part name: Return
  251. ----- HyperTalk script -----
  252. on mouseUp
  253.   visual effect scroll right
  254.   go back
  255. end mouseUp
  256.  
  257. on mouseWithin
  258.   show card field "Target"
  259.   put "Returns to next higher level in stack.  Click to return to the home card of this stack." into card field "Target"
  260. end  mouseWithin
  261.  
  262. on mouseLeave
  263.   put empty into card field "Target"
  264.   hide card field "Target"
  265. end  mouseLeave
  266.  
  267.  
  268.  
  269. -- part 22 (button)
  270. -- low flags: 00
  271. -- high flags: 0000
  272. -- rect: left=16 top=17 right=42 bottom=229
  273. -- title width / last selected line: 0
  274. -- icon id / first selected line: 0 / 0
  275. -- text alignment: 1
  276. -- font id: 0
  277. -- text size: 12
  278. -- style flags: 0
  279. -- line height: 16
  280. -- part name: 
  281. ----- HyperTalk script -----
  282. on mouseUp
  283.   put empty into card field "Target"
  284.   put "This is the title of the card." into card field "Target"
  285. end mouseUp
  286.  
  287.  
  288.  
  289.  
  290. -- part 23 (field)
  291. -- low flags: 81
  292. -- high flags: 2004
  293. -- rect: left=263 top=123 right=211 bottom=479
  294. -- title width / last selected line: 0
  295. -- icon id / first selected line: 0 / 0
  296. -- text alignment: 0
  297. -- font id: 3
  298. -- text size: 12
  299. -- style flags: 256
  300. -- line height: 16
  301. -- part name: Target
  302.  
  303.  
  304. -- part 24 (field)
  305. -- low flags: 00
  306. -- high flags: 0000
  307. -- rect: left=0 top=0 right=0 bottom=0
  308. -- title width / last selected line: 0
  309. -- icon id / first selected line: 0 / 0
  310. -- text alignment: 0
  311. -- font id: 3
  312. -- text size: 12
  313. -- style flags: 0
  314. -- line height: 16
  315. -- part name: 
  316.  
  317.  
  318. -- part 25 (field)
  319. -- low flags: 00
  320. -- high flags: 0000
  321. -- rect: left=0 top=0 right=0 bottom=0
  322. -- title width / last selected line: 0
  323. -- icon id / first selected line: 0 / 0
  324. -- text alignment: 0
  325. -- font id: 3
  326. -- text size: 12
  327. -- style flags: 0
  328. -- line height: 16
  329. -- part name: 
  330.  
  331.  
  332. -- part contents for card part 1
  333. ----- text -----
  334. In order to complete this stack you need:
  335.  
  336. An Apple Macintosh Plus,SE or II, with a hard disk, and HyperCard Version 1.2 are required to run the Apple Scanner stacks. 
  337.  
  338. NOTE: For optimal display of the text in this stack, you should have the following font in your System file: Geneva 12.